刷題王
免費開始練習
歷屆試題
›
hce_nsysu
›
計算機概論與程式設計 — 主題練習
📚 計算機概論與程式設計
Python 程式語言基礎語法與資料結構應用
13
道考古題
2
個年度
113年 (4)
111年 (9)
📝 歷屆考古題
113年 hce_nsysu
第7題
You create a car with mycar = Car(4, 2). Which is a line of code to change the color of mycar to "re…
查看 AI 詳解 →
113年 hce_nsysu
第10題
What is the output of the following Python code? ```python arr = ['1','2','3','4','5','6'] print(arr…
查看 AI 詳解 →
113年 hce_nsysu
第24題
Consider the following Python code. What is the content of the stack after the program execution? ``…
查看 AI 詳解 →
113年 hce_nsysu
第40題
In Python statement, which of the following is error ?
查看 AI 詳解 →
111年 hce_nsysu
第20題
Which following is the correct way to create a dictionary in Python?
查看 AI 詳解 →
111年 hce_nsysu
第21題
What is the output of this code in Python? ```python list = ['a', 'b', 'c', 'd', 'e'] print(…
查看 AI 詳解 →
111年 hce_nsysu
第22題
What does the following Python program fragment do? ```python s=0 for i in range(3,10):…
查看 AI 詳解 →
111年 hce_nsysu
第28題
What is the output of this code in python? ```python r = lambda q: q * 2 s = lambda q: q * 3…
查看 AI 詳解 →
111年 hce_nsysu
第36題
Which of the following is an appropriate statement about the Python language?
查看 AI 詳解 →
111年 hce_nsysu
第65題
Which of the following conditions correctly describes the output of this code in Python? ```python…
查看 AI 詳解 →
111年 hce_nsysu
第72題
What is the output of this code in Python? ```python L1 = [] L1.append([1, [2, 3], 4]) L…
查看 AI 詳解 →
111年 hce_nsysu
第86題
What should be filled in the following blanks if we want to print `{0: [90, 'Alice'], 1: [87, 'Bob']…
查看 AI 詳解 →
111年 hce_nsysu
第87題
What is the output of the following Python code? `print([(a,b) for a in range(3) for b in range(a)])…
查看 AI 詳解 →
💡 每一題都有 AI 量身打造的超詳細解析
不只告訴你答案對在哪,還會分析你選的選項為什麼錯
開始練習「Python 程式語言基礎語法與資料結構應用」🚀